Q3BackfacingStyle_Submit
You can use theQ3BackfacingStyle_Submit
function to submit a backfacing style for drawing in immediate mode.
TQ3Status Q3BackfacingStyle_Submit ( TQ3BackfacingStyle backfacingStyle, TQ3ViewObject view);
backfacingStyle
- A backfacing style value.
view
- A view.
DESCRIPTION
TheQ3BackfacingStyle_Submit
function sets the backfacing style of the view specified by theview
parameter to the style specified in thebackfacingStyle
parameter.SPECIAL CONSIDERATIONS
You should callQ3BackfacingStyle_Submit
only in a submitting loop.